PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DDeactivationMode Enumeration
In This Topic
    PDF3DDeactivationMode Enumeration
    In This Topic
    Defines the supported modes for 3D annotation deactivation.
    Members
    MemberDescription
    EXPLICIT_DEACTIVATIONThe annotation should remain active until explicitly deactivated by a script or user action.
    PAGE_CLOSEThe annotation should be deactivated as soon as the page is closed.
    PAGE_INVISIBLEThe annotation should be deactivated as soon as the page containing the annotation becomes invisible.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.annotations.a3d.PDF3DDeactivationMode

    See Also